home *** CD-ROM | disk | FTP | other *** search
/ Bandai Visual CD-ROM Previews 3 / Bandai Visual CD-ROM Previews 3.iso / LARTHUR'S LEGEND / battle1 / 00025_Script_25 < prev    next >
Text File  |  1995-02-07  |  191b  |  13 lines

  1. on exitFrame
  2.   soundplaychk "mzb1" , 3
  3.   set rand = random(3)
  4.   if rand = 1 then
  5.     go to "Lmove"
  6.   else if rand = 2 then
  7.     go to "Rmove"
  8.   else
  9.     go to "wait"
  10.   end if
  11. end
  12.  
  13.